object InfiniDialog: TInfiniDialog Left = 600 Top = 350 BorderStyle = bsToolWindow Caption = 'Near Vanishing Point' ClientHeight = 200 ClientWidth = 200 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] FormStyle = fsStayOnTop Scaled = False OnClose = FormClose PixelsPerInch = 96 TextHeight = 12 object InfiniGLWin: TOpenGLWin Left = 0 Top = 0 Width = 200 Height = 200 OnPaint = InfiniGLWinPaint DoubleBuffer = True end end